Fix all 10 open issues and bump to 0.2.0#62
Open
nanosani wants to merge 1 commit into
Open
Conversation
- createwithrani#60: Import the missing sprintf in superlist-item/edit.js (this caused the "block has encountered an error" message in the editor) and guard insertListItem against a null parent block. - createwithrani#44: Replace the green-circle icons with simpler black-on-transparent glyphs that match the core block icon style. - createwithrani#36: Rename "List Orientation" to "List Style" (vertical/horizontal) and the previous "List Style" (ul/ol/none) to "List Type"; replace the vague arrow icons with clearer row/stack glyphs and a ToggleGroupControl in the inspector. - createwithrani#35: Enable the standard background image / size supports. - createwithrani#25: Add `start` and `reversed` attributes for ordered lists, with matching inspector controls (only shown when listStyle === ol). - createwithrani#13: Add a `caption` attribute. When set, the block renders inside a <figure> with a <figcaption>; backward compatible (no caption ⇒ same output as before). - createwithrani#9: Surface the list-item max-width control on the list-item block as well; both controls update the parent's itemWidth attribute. - createwithrani#7: Pressing Enter inside an empty trailing paragraph of a list-item now removes that paragraph and inserts a fresh list-item (prefilled with an empty paragraph for typing focus). - createwithrani#3: Add a `customMarker` text attribute. When set, an unordered list is rendered with the user's character/emoji via a CSS ::before pseudo-element so any glyph (e.g. ★, →, •) works. - createwithrani#54: Rewrite the core/list ⇆ superlist transforms to match the modern core/list shape (nested core/list-item + core/list inner blocks instead of the deprecated `values` HTML string), and add a `to` transform back to core/list (lossy: only paragraph/heading content is preserved per item). Bump plugin/package/readme version to 0.2.0 and add a changelog entry.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
startandreversedattributes for ordered lists, with matching inspector controls (only shown when listStyle === ol).captionattribute. When set, the block renders inside a with a ; backward compatible (no caption ⇒ same output as before).customMarkertext attribute. When set, an unordered list is rendered with the user's character/emoji via a CSS ::before pseudo-element so any glyph (e.g. ★, →, •) works.core/list#54: Rewrite the core/list ⇆ superlist transforms to match the modern core/list shape (nested core/list-item + core/list inner blocks instead of the deprecatedvaluesHTML string), and add atotransform back to core/list (lossy: only paragraph/heading content is preserved per item).Bump plugin/package/readme version to 0.2.0 and add a changelog entry.